home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Guided Tour of Multimedia (Second Edition)
/
The Guided Tour of Multimedia (Second Edition).iso
/
trials
/
director
/
evalcopy
/
director.z
/
NOH_TALE.DIR
/
00204_Script_204
< prev
Wrap
Text File
|
1994-06-29
|
264b
|
8 lines
--This handler has sound in sound channel 2 fade out.
--The first number after the sound fadeOut command is
--the number of the sound channel.
--The sound fades out over 20 seconds. (20 * 60 ticks is 20 seconds).
on exitFrame
sound fadeOut 2, 20 * 60
end